Use to check the text of the specified SQL expression for errors. Use this function whenever the SQL expression has been changed and you want to check the formula for syntax errors.
BOOL CRPE_API PECheckSQLExpression (
short printJob,
const char FAR *expressionName );
Specifies the print job containing the SQL expression that you want to check. | |
Specifies a pointer to the name of the SQL expression that you want to check. |
You must be connected to the database to use this function.
Declare Function PECheckSQLExpression Lib "crpe32.dll" (ByVal printJob As Integer, ByVal expressionName As String) As Integer
function PECheckSQLExpression (
printJob: smallint;
const expressionName: PChar
): Bool stdcall;
Use PEClearParameterCurrentValuesAndRanges to clear the specified parameter field of all current values and ranges.
BOOL CRPE_API PEClearParameterCurrentValuesAndRanges (
short printJob,
const char FAR *parameterFieldName,
const char FAR *reportName );
Declare Function PEClearParameterCurrentValuesAndRanges Lib "crpe32.dll" _
( ByVal printJob As Integer, ByVal parameterFieldName As String, _
ByVal reportName As String ) As Integer
function PEClearParameterCurrentValuesAndRanges (
printJob: smallint;
const parameterFieldName: PChar;
const reportName: PChar
): BOOL stdcall;
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |